DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1FilterDataCollection<T> Class / UseCPUsInParallel Property

In This Topic
    UseCPUsInParallel Property (C1FilterDataCollection<T>)
    In This Topic
    Gets or sets a value indicating whether the operations will be performed using parallels CPU's.
    Syntax
    'Declaration
     
    Public Property UseCPUsInParallel As Boolean
    public bool UseCPUsInParallel {get; set;}
    See Also